ci/make-git-snapshot.sh: fix archive name
authorJonathan Lebon <jonathan@jlebon.com>
Thu, 3 Feb 2022 18:21:54 +0000 (13:21 -0500)
committerJonathan Lebon <jonathan@jlebon.com>
Thu, 3 Feb 2022 18:21:54 +0000 (13:21 -0500)
commit8d45298a2d4ff77a5d70f871873cd099cd49f489
treef6e572744d235c94259664e45df822438958c107
parent8e445cb957ecb6a3b428e8a4088a023300fdbd8b
ci/make-git-snapshot.sh: fix archive name

The archive name is libostree even though the project name is ostree, so
we can't rely on the directory name.

Just hardcode it.
ci/make-git-snapshot.sh